home *** CD-ROM | disk | FTP | other *** search
/ CinE CD 6 / CinE CD ROM 06.iso / pc / main.dir / 00038_Script_38 < prev    next >
Text File  |  1996-06-22  |  230b  |  8 lines

  1. global gfilmindex, gmode
  2.  
  3. on mouseUp
  4.   set gmode = "manual"
  5.   set the castNum of sprite 12 = the castnum of sprite the clickon
  6.   set the text of cast "text1"  to getField (gfilmindex, 5 + the clickon - 13)
  7.   updatestage
  8. end